Initializes a new instance of the ForeignKeysAttribute attribute.
public ForeignKeysAttribute(
string[] parentElementKeys,
string[] childElementKeys
)
Public Function New( _
ByVal parentElementKeys() As String, _
ByVal childElementKeys() As String _
)
public:
ForeignKeysAttribute(
array<String^>^ parentElementKeys,
array<String^>^ childElementKeys
)
parentElementKeys
The element keys name in the parent ICatalogEntity.
childElementKeys
The element key's name in the child ICatalogEntity which corresponds to the parentElementKeys
The length of the array in the parentElementKeys should equal the length of the array in childElementKeys.
Each value index in the parentElementKeys should correspond to the same value index in childElementKeys.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET